SuiAccount constructor

SuiAccount(
  1. Keypair keypair
)

Implementation

SuiAccount(Keypair keypair) {
  _keypair = keypair;
}