createAccount method

Future<Transaction?> createAccount(
  1. CreateAccountOptions options
)

Implementation

Future<Transaction?> createAccount(CreateAccountOptions options) async {
  return _internal.createAccount(options);
}