mirror of
https://github.com/emo2007/block-accounting.git
synced 2025-01-18 15:36:27 +00:00
fx
This commit is contained in:
parent
96a0dc1f33
commit
2bf4a0c5b6
@ -13,7 +13,7 @@ export class EthereumController {
|
|||||||
return this.ethereumService.getAddressFromPrivateKey(privateKey);
|
return this.ethereumService.getAddressFromPrivateKey(privateKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Post('/address-from-seed ')
|
@Post('/address-from-seed')
|
||||||
async getAddressFromSeedPhrase(@Body() body: GetSeedPhraseDto) {
|
async getAddressFromSeedPhrase(@Body() body: GetSeedPhraseDto) {
|
||||||
return this.ethereumService.getAddressFromSeedPhrase(body.seedPhrase);
|
return this.ethereumService.getAddressFromSeedPhrase(body.seedPhrase);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user