RpcAccountImport
export type RpcAccountImport = {
version: number
name: string
viewKey: string
incomingViewKey: string
outgoingViewKey: string
publicAddress: string
spendingKey: string | null
createdAt: { hash: string; sequence: number } | null
}
Usage: