export type RpcCreateAccountResult = { account: string; msecretKey: string; mpublicKey: string; nsecretKey: string; npublicKey: string; };